Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed order of arguments in implode function #158

Merged
merged 1 commit into from
Apr 16, 2020

Conversation

grossmannmartin
Copy link
Contributor

This PR uses the preferred order of arguments in the implode function.

implode() can, for historical reasons, accept its parameters in either order, however, it is deprecated not to use the documented order of arguments and raises the deprecation notice in PHP 7.4.
(see https://www.php.net/manual/en/function.implode.php).

@66Ton99 66Ton99 merged commit df5a8b3 into formapro:master Apr 16, 2020
@grossmannmartin grossmannmartin deleted the patch-1 branch April 16, 2020 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants